From 45ab6fe9166677ad4c49eede557f8839197ce6ac Mon Sep 17 00:00:00 2001 From: jedireza Date: Fri, 5 Feb 2016 14:22:56 +0000 Subject: [PATCH] Fix typo on build script page --- src/doc/build-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/build-script.md b/src/doc/build-script.md index b0bc1049d..f5bc18d93 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -244,7 +244,7 @@ fn main() { This is where the real magic happens. The library is using the rustc-defined `include!` macro in combination with the `concat!` and `env!` macros to include -the generated file (`mod.rs`) into the crate’s compilation. +the generated file (`hello.rs`) into the crate’s compilation. Using the structure shown here, crates can include any number of generated files from the build script itself. We’ve also seen a brief example of how a build -- 2.30.2